The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "tree::dag_node"

Tree::DAG_Node - An N-ary tree River stage two • 24 direct dependents • 37 total dependents

This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages th...

RSAVAGE/Tree-DAG_Node-1.32 - 02 Feb 2021 00:08:31 UTC - Search in distribution

Tree::DAG_Node::XPath - Add XPath support to Tree::DAG_Node River stage one • 1 direct dependent • 1 total dependent

This package extends Tree::DAG_Node to add XPath queries to it It adds the findnodes, matches and find methods to the base "Tree::DAG_Node" class. With a little customization it can also add the findnodes_as_string and findvalue methods....

MIROD/Tree-DAG_Node-XPath-0.11 - 24 Aug 2010 17:27:44 UTC - Search in distribution

Tree::DAG_Node::Persist - Persist multiple trees in a single db table, preserving child order River stage one • 1 direct dependent • 1 total dependent

Tree::DAG_Node::Persist reads/writes multiple trees from/to a single database table, where those trees are built using Tree::DAG_Node. See the "FAQ" for details of the table structure....

RSAVAGE/Tree-DAG_Node-Persist-1.13 - 02 Feb 2021 00:20:11 UTC - Search in distribution

Tree::Template::Declare::DAG_Node - adaptor for Tree::DAG_Node River stage zero No dependents

DAKKAR/Tree-Template-Declare-0.7 - 28 Mar 2015 12:48:42 UTC - Search in distribution

Intertangle::Jacquard::Actor::Role::Tree::TreeDAGNode - Store in Tree::DAG_Node River stage one • 1 direct dependent • 1 total dependent

ZMUGHAL/Intertangle-Jacquard-0.002 - 30 Nov 2022 19:41:19 UTC - Search in distribution

Fir - a Tree::DAG_Node subclass for menu nagivation River stage zero No dependents

Fir is a Tree::DAG_Node subclass for menu nagivation. Menu navigation on a web application is fiddly code and this module hides that away from you. Note that this module only handles the logic, not the display of the navigation. There are two kinds o...

LBROCARD/Fir-0.33 - 12 Dec 2008 21:04:48 UTC - Search in distribution

Tree - An N-ary tree River stage two • 9 direct dependents • 15 total dependents

This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface...

RSAVAGE/Tree-1.16 - 24 Jul 2023 00:28:36 UTC - Search in distribution

HTML::YUI3::Menu - Convert a Tree::DAG_Node object into the HTML and JS for a YUI3 menu River stage zero No dependents

HTML::YUI3::Menu converts a tree of type Tree::DAG_Node into the HTML and JS for a YUI3 menu....

RSAVAGE/HTML-YUI3-Menu-1.01 - 20 Apr 2011 03:53:58 UTC - Search in distribution

MarpaX::Grammar::Parser - Converts a Marpa grammar into a tree using Tree::DAG_Node River stage zero No dependents

"MarpaX::Grammar::Parser" uses Marpa::R2 to convert a user's BNF into a tree of Marpa-style attributes, (see "raw_tree()"), and then post-processes that (see "compress_tree()") to create another tree, this time containing just the original grammar (s...

RSAVAGE/MarpaX-Grammar-Parser-2.01 - 28 Jan 2018 00:02:58 UTC - Search in distribution
  • bnf2tree.pl - Convert a Marpa grammar into a tree using Tree::DAG_Node.

Tree::VP - Vantage-Point Tree builder and searcher. River stage zero No dependents

GUGOD/Tree-VP-0.05 - 11 Jul 2016 21:05:48 UTC - Search in distribution

Pod::objects - package with objects for representing POD documents River stage zero No dependents

The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...

MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Data::RenderAsTree - Render any data structure as an object of type Tree::DAG_Node River stage one • 1 direct dependent • 1 total dependent

Data::RenderAsTree provides a mechanism to display a Perl data structure. The data supplied to "render($s)" is stored in an object of type Tree::DAG_Node. "render()" returns an arrayref by calling "Tree::DAG_Node"'s "tree2string()" method, so you can...

RSAVAGE/Data-RenderAsTree-1.03 - 12 Jul 2015 07:01:35 UTC - Search in distribution

DBIx::SQLCrosstab - creates a server-side cross tabulation from a database River stage zero No dependents

DBIx::SQLCrosstab produces a SQL query to interrogate a database and generate a cross-tabulation report. The amount of parameters needed to achieve the result is kept to a minimum. You need to indicate which columns and rows to cross and from which t...

GMAX/DBIx-SQLCrosstab-1.17 - 16 Jan 2004 11:59:35 UTC - Search in distribution

Class::Classless - framework for classless OOP River stage zero No dependents

In class-based OOP frameworks, methods are applicable to objects by virtue of objects belonging to classes that either provide those methods, or inherit them from classes that do. In classless OOP frameworks (AKA delegation-and-prototypes frameworks)...

SBURKE/Class-Classless-1.35 - 30 Dec 2004 07:43:02 UTC - Search in distribution

Saraltest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Saraltest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Saraltest - 26 Aug 2011 10:57:44 UTC - Search in distribution

GraphViz2::Marpa - A Marpa-based parser for Graphviz dot files River stage one • 1 direct dependent • 1 total dependent

GraphViz2::Marpa provides a Marpa::R2-based parser for Graphviz <http://www.graphviz.org/> graph definitions. Demo output: <http://savage.net.au/Perl-modules/html/graphviz2.marpa/index.html>. Marpa's homepage <http://savage.net.au/Marpa.html>. Articl...

RSAVAGE/GraphViz2-Marpa-2.12 - 03 May 2021 01:32:15 UTC - Search in distribution

Tree::Node - Memory-efficient tree nodes in Perl River stage one • 1 direct dependent • 1 total dependent

This module implements a memory-efficient node type (for trees, skip lists and similar data structures) for Perl. You may ask "Why bother implementing an ordered structure such as a tree when Perl has hashes built-in?" Since Perl is optimized for spe...

RRWO/Tree-Node-0.08 - 20 Jul 2007 09:56:22 UTC - Search in distribution

Tree::Simple - A simple tree object River stage two • 15 direct dependents • 34 total dependents

This module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have childre...

RSAVAGE/Tree-Simple-1.34 - 02 Feb 2021 01:26:51 UTC - Search in distribution

DBIx::Tree - Generate a tree from a self-referential database table River stage zero No dependents

When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out. Assuming there are no horribly broken nodes in your tree and (heaven forbid) any circular references, this module will ...

RSAVAGE/DBIx-Tree-1.98 - 02 Feb 2021 05:04:41 UTC - Search in distribution
44 results (0.052 seconds)